From: Richard M. Stallman Date: Wed, 27 Apr 1994 22:33:52 +0000 (+0000) Subject: Improve error message for bad --with-x-toolkit value. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91921 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6a66e3be464812374da2aa86c84bd48b1ab02b84;p=emacs.git Improve error message for bad --with-x-toolkit value. --- diff --git a/configure1.in b/configure1.in index 3562368953c..85699d8b7df 100755 --- a/configure1.in +++ b/configure1.in @@ -212,7 +212,8 @@ Set it to either \`yes' or \`no'." #echo "${progname}: the \`--${optname}' option is supposed to have a value #which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'." echo "${progname}: the \`--${optname}' option is supposed to have a value -which is \`yes', \`no', \`lucid', or \`athena'." +which is \`yes', \`no', \`lucid', or \`athena'. +Currently, \`yes', \`athena' and \`lucid' are synonyms." echo "${short_usage}") >&2 exit 1 ;;